/*
"gris"
#303030

"verde" 30%
#565C54

"azul" 30%
#222F34

detalles 10% reforger-orange
#E2A750
*/

html, body{
    margin: 0;
    padding: 0;    
    /*overflow:hidden;*/
    background-color: #222F34;
    font-family: 'Inconsolata', monospace;
    color: whitesmoke;
    display: flex;
    flex-direction: column;
}

nav {
    height: 15vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #565C54;
    flex-direction: column;
    font-weight: bold;
}

nav div {
    width: 100%;
    background-color: #303030;
    border-bottom: 3px solid #303030;
    display: flex;
    align-items: center;
    justify-content: center;
}

nav a{
    width: 20%;
    padding: 5px;
    align-items: center;
    color: white;
    text-decoration : solid;
    text-align: center;
}


nav a:hover {

    color: #E2A750;
    
    /*border-left: 3px solid #303030;
    border-right: 3px solid #303030;*/
}

body {
    height: 80vh;
}


footer {
    height: 3vh;
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:#565C54;/* #565C54;*/
}

#presets {
    display: flex;
    flex-direction:row;
    margin-top: 5vh;
    align-items: center;
    justify-content: center;
    margin-left: 15%;
    margin-right: 15%;
}

.MainPreset{
    height: 100%;
    /*width: 100vw;40vw;*/
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

#comparedPreset {
    /*display: flex;*/
    display:None;
}
.MainPreset-comparator-bk{
    background-color: #303030;
    border: 2px solid rgb(30, 30, 30);
    width: 50%;
    height: 70%;
    display: flex;
    flex-direction: column;
    padding: 30px;
    border-radius: 30px;

    flex-direction: column;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    
}

#presetComparator {
    display: None; 
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    flex-direction: column;
    justify-content: center;    
}

#presetComparator h3{
    /*padding-top: 10%;*/
    justify-content:Center;
    align-items: center;

}
#shareButton {
    font-weight: bold;
}

#presetComparator h2 {
    padding: 10%;
    font-size: 2vw;
    border-radius: 20px;
}
/*#upload {*/
.preset {
    width: 250px;
    height: 250px;
    border: 2px solid #E2A750;
    background-color: #303030;
    border-radius: 10px;
    justify-content: center;
    color: #FFFFFF;
    font-family: Arial, sans-serif;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

#upload , #upload-c{
    display: flex;
}

#presetinfo , #presetinfo-c{
    /*display: flex;*/
    display:None;
}

#logo {
    width: 150px;
    height: 150px;
    background-image: url("/imgs/appLogo.png"); /*url("/imgs/logo_download.png");*/ /* Reemplaza "logo.png" con la ruta a tu imagen de logo */
    filter: invert(100%) opacity(.5);
    background-size: cover;
}

.fileinput {
    display: none;
}

#fileInputLabel-main, button, #fileInputLabel-c, #fileInputLabel {
    color: black;
    cursor: pointer;
    padding: 10px 20px;
    background-color: #E2A750;
    border-radius: 8px;
    border: 0px solid white;
    font-size: 100%;
    text-decoration : solid;
}

#fileInputLabel-main:hover,
button:hover,
#fileInputLabel-c:hover,
#fileInputLabel:hover
{
    background-color:whitesmoke;
}

.preset {
    display: flex;
    flex-direction: column;
}

.presetinfo-data{
    height: 70%;
    margin-bottom: 0%;
}

.presetpresetinfo-data {
    height: 70%;
    margin-bottom: 0%;
}

.presetinfo-data ul, #presetinfo-data-c ul {
    padding: 0px;
}

.presetinfo-botones #presetinfo-botones {
    height: 10%;
    display: flex;
    flex-direction: row; 
}

.presetinfo-data ul, h3{
    margin: 0px;
    width: 100%;
    height: 30%;
    font-size: 120%;
    list-style-type: none;   
}
#presetinfo-data-c ul, h3 {
    margin: 0px;
    width: 100%;
    height: 30%;
    font-size: 120%;
    list-style-type: none;   
}

#loadingBar {
    padding-top: 20px;
}

.MainPreset progress {
    padding-left: 1vw;
    padding-right: 1vw;
    width: 35vw;
    height: 10px;
    border-radius: 10px 10px 10px 10px;
}

progress::-webkit-progress-value {
    background-color: #E2A750;
    border-radius: 5px; 
}

progress::-moz-progress-bar {
    background-color: #E2A750;
    border-radius: 5px;
}

.MainPreset h2 {
    font-size: 50px;
}


#loadingBar-details-main, #loadingBar-details-c{
    justify-content: center;
    display:flex;
    
}

/*
    lists of mods 
*/

#lists {
    display: flex;
    padding-left: 20vh;
    padding-right: 20vh;
    /*justify-content: center;*/
    align-items: flex-start;
    
    
    
}

table {
    justify-content: center;    
    align-items:center;
    width: 100;
}


/*
Error message
*/

.errorMessage {
    background-color: #fe00002e;
    border: 1px solid rgb(255, 58, 58);
    padding: 0 50px 0 50px;
    border-radius: 10px;
}

.errorMessage p{
    font-weight: bold;
}